home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / create.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-11-06  |  277b  |  10 lines

  1. on(release){
  2.    _parent.removeOldHolders();
  3.    _parent._parent.theChapter = theNum;
  4.    _parent.createHolders();
  5.    _parent.dropDown_mc.scroll_mc.scroll_btn._y = 3;
  6.    _parent.dropDown_mc.scroll_mc._visible = 0;
  7.    _parent.doHighlight(theNum);
  8.    _parent.nextCard();
  9. }
  10.